home *** CD-ROM | disk | FTP | other *** search
- Path: news.mistral.co.uk!usenet
- From: ghira@mistral.co.uk (Adam Atkinson)
- Newsgroups: comp.lang.c,comp.sys.amiga.programmer
- Subject: pointer conversion error
- Date: 24 Mar 96 00:11:19 +0000
- Organization: Mistral Internet (Brighton)
- Message-ID: <381.6657T11T967@mistral.co.uk>
- NNTP-Posting-Host: l75.mistral.co.uk
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
- my c compiler (SAS/C version 6.56) creates a warning about the following:
-
- printf("%u %u %u \n", i, l, h);
-
- three.c 36 Warning 104: conversion from pointer to const/volatile to pointer to non-const/volatile
-
- What am I doing wrong? i,l and h are unsigned longs.
-
- Adam Atkinson - ghira@mistral.co.uk / etlaman@etlxdmx.ericsson.se
- Viva la pappa col pomodoro!
-
-
-